Package com.cisco.pt.ipc.events
Class LogicalWorkspaceEventRegistry
java.lang.Object
com.cisco.pt.ipc.events.IPCEventRegistry
com.cisco.pt.ipc.events.LogicalWorkspaceEventRegistry
An event for the IPC's LogicalWorkspaceEventRegistry values
- Author:
- packettracerexapps@external.cisco.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<LogicalWorkspaceEventListener>protected Map<String,Set<LogicalWorkspaceEventListener>> Fields inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
session, WILDCARD_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(LogicalWorkspaceEventListener listener) voidaddListener(LogicalWorkspaceEventListener listener, LogicalWorkspace objClass) voidaddListenerFiltered(LogicalWorkspaceEventListener listener, List<String> events) voidaddSpecificListenerFiltered(LogicalWorkspaceEventListener listener, LogicalWorkspace objClass, List<String> events) voidprocessEvent(IPCEventLTV event) voidremoveListener(LogicalWorkspaceEventListener listener) voidremoveListener(LogicalWorkspaceEventListener listener, LogicalWorkspace objClass) voidremoveListenerFiltered(LogicalWorkspaceEventListener listener, List<String> events) voidremoveSpecificListenerFiltered(LogicalWorkspaceEventListener listener, LogicalWorkspace objClass, List<String> events) Methods inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
deregister, deregister, register, register
-
Field Details
-
globalListeners
-
specificObjectListeners
-
-
Constructor Details
-
LogicalWorkspaceEventRegistry
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein classIPCEventRegistry
-
processEvent
- Specified by:
processEventin classIPCEventRegistry- Throws:
Exception
-
addListenerFiltered
public void addListenerFiltered(LogicalWorkspaceEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
addSpecificListenerFiltered
public void addSpecificListenerFiltered(LogicalWorkspaceEventListener listener, LogicalWorkspace objClass, List<String> events) throws IOException - Throws:
IOException
-
removeListenerFiltered
public void removeListenerFiltered(LogicalWorkspaceEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
removeSpecificListenerFiltered
public void removeSpecificListenerFiltered(LogicalWorkspaceEventListener listener, LogicalWorkspace objClass, List<String> events) throws IOException - Throws:
IOException
-
addListener
- Throws:
IOException
-
addListener
public void addListener(LogicalWorkspaceEventListener listener, LogicalWorkspace objClass) throws IOException - Throws:
IOException
-
removeListener
- Throws:
IOException
-
removeListener
public void removeListener(LogicalWorkspaceEventListener listener, LogicalWorkspace objClass) throws IOException - Throws:
IOException
-